Add Ξc+ task.#158
Conversation
vkucera
left a comment
There was a problem hiding this comment.
There are several pieces missing:
- Application of cuts
- Efficiency plots
- MC task configuration
- Run 5 configuration
- Cleaning of plots
Also keep the order of variables consistent, i.e. always next to Λc.
Hi @vkucera, the requested missing pieces shall be now in place, Let me know if something else is missing. |
|
Thanks @mfaggin .
|
|
I thought we decided to leave the aliphysics comparison for later, am I wrong? |
|
I added the configurations also in the |
OK, no problem. I thought it was there already and I also saw you added |
|
The efficiency part doesn't work because of the changed device name. |
I tested the code locally and it runs properly because of the |
|
I would try to merge it as soon as possible, because in the next times I do not know how much time I can spend in this business |
Whatever is committed should work. So I am in favour of commenting out the efficiency line until the names are fixed. |
| 12) | ||
| INPUT_LABEL="p-p MC 13 TeV Xic, LHC19g6f" | ||
| INPUT_DIR="/data/Xi_c_MC/LHC19g6f3/264347" | ||
| ISMC=1;; |
There was a problem hiding this comment.
I tried to run this and it fails. Please fix it.
Also change the label to contain the same information as the other Run 2 cases.
There was a problem hiding this comment.
I readapted the label name, let me know if it is ok.
About the code you ping: actually I have not run it in the aliceml machine, but I did all my tests locally in my laptop, downloading some MC file from the GRID. I checked the path in the machine and it is correct, but I think you see the failure because the files Kinematics.root and galice.root are not present.
There was a problem hiding this comment.
Yes, I thought you are the one who downloaded the data there.
Who was it then?
There was a problem hiding this comment.
No I have never touched anything in aliceml. I think @zhangbiao-phy took care of it.
There was a problem hiding this comment.
No I have never touched anything in aliceml. I think @zhangbiao-phy took care of it.
Hi @mfaggin, I think you can test it now. I have downloaded both of them
The line that you suggest to comment out is the one in |
No, the one that is causing the name error. |
- efficiency estimation for Xic commented out in config_tasks.sh (waiting for device renaming) - label fixing for Xic case in config_input.sh
| ISMC=1;; | ||
| 12) | ||
| INPUT_LABEL="p-p MC 13 TeV Xic, LHC19g6f" | ||
| INPUT_LABEL="p-p MC LHC19g6f" # dedicated Xic run2 MC (pp @ 13 TeV)" |
There was a problem hiding this comment.
You should put the corresponding data period here, not the MC production one.
There was a problem hiding this comment.
Done, sorry for the misunderstanding.
No description provided.